home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDUCATE
/
CGP30.ARJ
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-12-12
|
382b
|
20 lines
echo off
cls
echo .
echo .
echo Please stand by.
echo .
echo .
md %1\cg
copy *.* %1\cg\*.*
copy cg2.bat %1\cg.bat
cls
echo ******************************************************
echo * Done. To run The Children's Graphics Program *
echo * from the hard drive just type CG then press enter. *
echo ******************************************************